image: fit: Show firmware configuration property if present
authorMichal Simek <[email protected]>
Mon, 26 Mar 2018 14:31:26 +0000 (16:31 +0200)
committerTom Rini <[email protected]>
Sat, 7 Apr 2018 00:45:44 +0000 (20:45 -0400)
commit1f8e4bf55eb58bda715c1f8c8777081580f3246b
tree800d436b82ad127c3b777cfff8bb692a0e159581
parentc7aead110033593318b377acf20ea993d5ef593d
image: fit: Show firmware configuration property if present

SPL ATF support requires to have firmware property which should be also
listed by mkimage -l when images is created.

The patch is also using this macro in spl_fit to match keyword.

When image is created:
 Default Configuration: 'config'
 Configuration 0 (config)
  Description:  ATF with full u-boot
  Kernel:       unavailable
  Firmware:     atf
  FDT:          dtb

Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Jun Nie <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
common/image-fit.c
common/spl/spl_fit.c
include/image.h